home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / eedraw.zip / EEDRAW.CFG < prev    next >
Text File  |  1990-04-18  |  991b  |  32 lines

  1. ;If TRUE will autopan when cursor goes off screen, if FALSE must use Panning
  2. ;to pan.
  3. AutoPan        TRUE
  4.  
  5. ;Set to TRUE if this is AT system (assumes At style keyboard bios calls).
  6. ;This will allow usage if F11/F12 for example.
  7. ATKeyboard    TRUE
  8.  
  9. ;If TRUE draw only horizontal and vertical lines.
  10. HVLines        TRUE
  11.  
  12. ;Snap distance - all drawings are snapped to this boundary in DRAWING space.
  13. ;Lots of staff depends on this value, so dont modify it unless you really
  14. ;know what you are doing.
  15. SnapDistance    16
  16.  
  17. ;If the mouse autodetect fails, uncomment the following
  18. ;Mouse        TRUE
  19.  
  20. ;Graphic driver can be one of (Actually TurboC 2.0 graphic_driver constants):
  21. ; 0 - Autodetect (default, so you can delete this one...)
  22. ; 3 - EGA
  23. ; 4 - EGA64
  24. ; 5 - EGAMONO
  25. ; 7 - Hercules.
  26. ; 9 - VGA
  27. GraphDriver    0
  28.  
  29. ;List all the libraries you want to load on start up, seperated by commas.
  30. ;Libraries    "TTL1LS,TTL2LS,TTL3LS,TTL4LS,EPROM,GENERAL,LINEAR"
  31. ;Libraries    "TTL4LS,EPROM,GENERAL,LINEAR"
  32.